System.Collections.Generic.IDictionary<TKey,TValue>.Add Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax

C#
private void IDictionary<TKey, TValue>.Add(
	TKey key,
	TValue value
)
Visual Basic (Declaration)
Private Sub System.Collections.Generic.IDictionary<TKey,TValue>.Add ( _
	key As TKey, _
	value As TValue _
) Implements IDictionary(Of TKey, TValue).Add
Visual C++
private:
virtual void System.Collections.Generic.IDictionary<TKey,TValue>.Add (
	TKey key, 
	TValue value
) sealed = IDictionary<TKey, TValue>::Add

Parameters

key
TKey
value
TValue

See Also